home *** CD-ROM | disk | FTP | other *** search
/ Nintendo Dictionary Encyclopedia / NINTENDO DICTIONARY VOL 1.iso / daijiten.exe / scripts / DefineButton2_27 / BUTTONCONDACTION on(release).as
Text File  |  1998-04-24  |  105b  |  6 lines

  1. on(release){
  2.    getUrl("FSCommand:Exec", "NINTEN.exe");
  3.    stopAllSounds();
  4.    fscommand("Quit");
  5. }
  6.